{% extends "layout.html" %} {% block body %}
{% for form in forms %}

{{ form.h2 }}

{% if form.instructions %}

{[ form.instructions ]}

{% endif %} {% include "inc/form.html" %}
{% endfor %}
{% endblock %}